projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a61aeb
)
(temp_echo_area_glyphs): Only delete the temporary message.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 30 Oct 1995 19:38:38 +0000
(19:38 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 30 Oct 1995 19:38:38 +0000
(19:38 +0000)
src/minibuf.c
patch
|
blob
|
history
diff --git
a/src/minibuf.c
b/src/minibuf.c
index 18a51c4c709fde13630e4925bb9fc8f9b2b2df5c..fa20bbca9c97032e6f1d9406aa9298206c0d63ea 100644
(file)
--- a/
src/minibuf.c
+++ b/
src/minibuf.c
@@
-1062,7
+1062,7
@@
temp_echo_area_glyphs (m)
SET_PT (opoint);
Vinhibit_quit = Qt;
Fsit_for (make_number (2), Qnil, Qnil);
- del_range (
PT
, ZV);
+ del_range (
osize
, ZV);
SET_PT (opoint);
if (!NILP (Vquit_flag))
{